inherited VfsFtpValidateSSLCertDialog: TVfsFtpValidateSSLCertDialog Left = 391 Top = 432 Caption = 'Enter Password' ClientHeight = 272 ClientWidth = 393 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image: TUiImage Left = 8 Top = 8 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object TUiLabel Left = 56 Top = 8 Width = 329 Height = 49 AutoSize = False Caption = 'Information you exchange with this site cannot be viewed or chan' + 'ged by others. However, there is a problem with the site'#39's secu' + 'rity certificate.' WordWrap = True end object ValidImage: TUiImage Left = 8 Top = 46 Width = 16 Height = 16 Picture.Data = {} Transparent = True Visible = False end object InvalidImage: TUiImage Left = 24 Top = 46 Width = 16 Height = 16 Picture.Data = {} Transparent = True Visible = False end object CertAuthorityImage: TUiImage Left = 56 Top = 56 Width = 16 Height = 16 Transparent = True end object CertAuthorityLbl: TUiLabel Left = 82 Top = 56 Width = 303 Height = 40 AutoSize = False Caption = '%' WordWrap = True end object DateImage: TUiImage Left = 56 Top = 106 Width = 16 Height = 16 Transparent = True end object DateLbl: TUiLabel Left = 82 Top = 106 Width = 303 Height = 32 AutoSize = False Caption = '%' WordWrap = True end object CommonNameImage: TUiImage Left = 56 Top = 148 Width = 16 Height = 16 Transparent = True end object CommonNameLbl: TUiLabel Left = 82 Top = 148 Width = 303 Height = 32 AutoSize = False Caption = '%' WordWrap = True end object AddToCacheLbl: TUiLabel Left = 56 Top = 190 Height = 13 Caption = 'Trust this host and continue connecting?' end object AddToCacheEdit: TUiCheckBox Left = 56 Top = 209 Height = 17 Caption = 'Always trust certificate in future sessions' TabOrder = 0 end object ConnectBtn: TUiButton Left = 136 Top = 240 Caption = '&Connect' Default = True ModalResult = 1 TabOrder = 1 AutoSize = asRight end object CancelBtn: TUiButton Left = 216 Top = 240 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end object ViewCertificateBtn: TUiButton Left = 296 Top = 240 Width = 89 Caption = 'View Certificate' TabOrder = 3 OnClick = ViewCertificateClick AutoSize = asRight end end